.logo img{
	width: 320px;
}

.language{
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.language a{
	color: #333;
	font-size: 14px;
}
.language a:hover{
	text-decoration: none;
	color: #1B60A3;
}
.language a.on{
	color: #1B60A3;
}

header{
	/*box-shadow: 0 5px 15px rgba(0,0,0,.05);*/
	background-color: #e7e9ec;
}

nav ul{
	padding: 0;
	margin: 0;
}
nav ul li {
	list-style: none;
	display: inline-block;
}
nav ul li a{
	display: block;
	padding: 36px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
nav ul li a:hover{
	text-decoration: none;
}
nav ul li:hover a{
	background-color: #1B60A3;
	color: #fff;
}

nav .uk-dropdown{
	box-shadow: none;
	padding: 20px;
	background-color: #1B60A3;
}
nav .uk-dropdown a{
	display: block;
	padding: 5px!important;
	text-align: center!important;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
nav .uk-dropdown a:hover{
	color: #333;
	background-color: #fff;
}

.commend-product{ margin-top: 15px; text-align: center; }
.commend-product h3{ margin-bottom: 0; color: #90be3a; }
.commend-product p{ margin: 0; font-style: italic;  color: #000;}
.commend-product .card-title{ top: 10%; }

.more-commend{ margin-top: 40px; }
.more-commend h3{
	color: #90be3a;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.more-commend-nav a{
	color: #000;
	display: inline-block;
	margin: 0 15px;
}
.more-commend-slide{
	text-align: center;
	background-color: #f5f5f5;
	padding: 30px 0;
	margin-top: 50px;
}
.more-commend-slide h5{
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 0;
	margin-top: 15px;
}
.more-commend-slide .uk-card{
	background-color: #fff;
	padding-top: 15px;
}
.more-commend-slide .uk-card:hover h5{
	background-color: #1b60a3;
	color: #fff;
} 
.more-commend-slide .uk-card:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.1)
}


/*qulity*/
.qulity{
	border-top: #90be3a 4px solid;
	background-image: url(../images/fengche.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 50px 0;
}
.qulity h4{
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
}
.qulity h4:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-1.jpg);
	background-size: contain;
	position: absolute;
	left: -26px;
	top: 5px;
}
.qulity p{
	font-style: 14px;
	margin: 0;
	color: #90be3a;
}


.ser-img-link .uk-position-center{
	text-align: center;
}
.ser-img-link h2{
	margin-bottom: 0;
	color: #fff;
}
.ser-img-link p{
	margin: 0;
	font-size: 26px;
	color: #fff;
}


.about-kagu{ 
	padding: 70px 0;
}
.about-kagu h2{
	background-image: url(../images/About-Us.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 20px 0;
}
.about-kagu h2 span{
	font-weight: bolder;
	display: inline-block;
	color: #1288fb;
	position: relative;
}
.about-counter span{
	font-size: 46px;
	color: #1b60a3;
}
.about-counter i{
	font-style: normal;
}
.about-counter p{
	margin: 0;
	text-align: center;
	font-size: 14px;
}
.about-counter .plus{
	position: relative;
}
.about-counter .plus:after{
	content: "+";
	font-size: 18px;
	color: #888;
	position: absolute;
	right: 0;
	top: 10px;
}



footer{
	background-color: #3f86e8;
	padding: 60px 0;
}
footer .uk-card p{
	color: #fff;
	margin: 0;
	font-size: 14px;
}
footer .uk-card h4{
	margin-top: 10px;
}
footer .uk-card h4 span{
	color: #fff;
}
footer .uk-card small{
	color: #fff;
}

.foot_btn_nav{
	margin-top: 40px;
}
.foot_btn_nav a{
	color: #000;
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	width: 100px;
	border-radius: 20px;
}
.foot_btn_nav a:hover{
	color: #000;
	text-decoration: none;
}

.footnav{
	margin-left: 50px;
	margin-top: 20px;
}
.footnav dl{
	padding-left: 70px;
}
.footnav dt{
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}
.footnav dt:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/bt-icon.png);
	background-size: contain;
	position: absolute;
	left: -40px;
	top: -10px;
}
.footnav dd{
	margin-top: 5px;
}
.footnav dd a{
	color: #fff;
}
.footnav dd a:hover{
	color: #fff;
	text-decoration: none;
}

.copyright{
	background-color: #1b60a3;
	padding: 12px 0;
	text-align: right;
}
.copyright p{
	font-size: 14px;
	margin: 0;
	color: #fff;
}


/* 面包屑 */
.breadcrumb{ 
	background-color: #f2f2f2;
	padding: 10px 0;
}
.breadcrumb a{
	color: #666;
	display: inline-block;
	margin-right: 10px;
}
.breadcrumb img{
	display: inline-block;
	margin-right: 4px;
	transform: translateY(-2px);
}

.product_side_body .uk-nav-default > li > a{
	background-color: #f8f8f8;
	border-bottom: #999 1px dashed;
	position: relative;
	padding-left: 15px;
}
.product_side_body .uk-parent.uk-open > a{
	background-color: #0075c2;
	color: #fff;
}

.product_side_body li.on > a{
	color: #0075c2;
}

/*
.product_side_body .uk-nav-sub {
	text-align: center;
	padding: 0;
}
.product_side_body .uk-nav-sub a{
	padding: 10px 0;
	font-size: 16px;
}


.product_side_body .uk-nav-parent-icon > .uk-parent > a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-60%);
  background-image: url("../images/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.product_side_body .uk-nav-parent-icon > .uk-parent.uk-open > a::before {
  background-image: url("../images/arrow.svg");
}*/

.product_info p{
	font-size: 14px;
	margin: 0;
	color: #000;
}

.hot_product .uk-card{
	text-align: center;
	border: #ddd 1px solid;
}
.hot_product .uk-card h5{
	padding: 8px 0;
	margin: 0;
	background-color: #000;
}
.hot_product .uk-card h5 a{
	color: #fff;
}
.hot_product .uk-card h5 a:hover{
	color: #fff;
	text-decoration: none;
}
.hot_product .uk-card.on h5{
	background-color: #0075c2;
}

.more_product{
	margin-top: 40px;
	text-align: right;
	border-bottom: #999 2px solid;
	padding-bottom: 5px;
}
.more_product a{
	font-size: 14px;
	color: #888;
}

.product_list{
	margin-top: 30px;
}
.product_list .uk-card{
	text-align: center;
}
.product_list .uk-card img{
	border: #ddd 1px solid;
}
.product_list .uk-card h5{
	margin-bottom: 0;
	margin-top: 5px;
}
.product_list .uk-card h5 a{
	color: #333;
	text-decoration: none;
}

.btn_link a{ 
	display: inline-block;
	padding: 20px 40px;
	border-radius: 5px;
	font-size: 20px;
}
.btn_link a:hover{
	text-decoration: none;
}
.btn_link a.link_zixun{
	background-color: #ff2b00;
	color: #fff;
}
.link_contact{
	border: #ddd 1px solid;
	color: #333;
}
.link_tel{
	border: #ddd 1px solid;
	padding: 2px 80px;
	border-radius: 5px;
}
.link_tel i{
	font-size: 30px;
	color: #2f70c8;
	display: block;
	font-style: normal;
	font-weight: bold;
}
.link_tel span{
	display: block;
	font-size: 14px;
}


.pro_slider .uk-slideshow-items{
	border: #ddd 1px solid;
}
.pro_slider .uk-slider{
	margin-top: 10px;
}
.pro_slider .uk-slider-items img {
	border: #ddd 1px solid;
}
.pro_slider .uk-slider-items li.uk-active img{
	border-color: #ff6600;
}

.product_title h1{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product_switcher_title{
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
}
.product_switcher_title li{
	list-style: none;
	display: inline-block;
}
.product_switcher_title li a{
	color: #333;
	display: inline-block;
	padding: 14px 30px;
}
.product_switcher_title li a:hover{
	text-decoration: none;
}
.product_switcher_title li.uk-active a{
	background-color: #f00b27;
	color: #fff;
}
.down_ebook{
	font-size: 28px;
	color: #15126f;
}
.down_ebook:hover{
	text-decoration: none;
	color: #15126f;
}
.ebook_box h1 a{
	color: #333;
	font-weight: bold;
}
.ebook_box h1 a:hover{
	text-decoration: none;
	color: #000;
}

.pages{
	margin-top: 80px;
}
.pages ul{ 
	padding: 0;
	text-align: center;
}
.pages ul li{
	list-style: none;
	display: inline-block;
}
.pages ul li a{ 
	display: block;
	padding: 2px 12px;
	color: #333;
	background-color: #e2e2e2;
}
.pages ul li a:hover{
	text-decoration: none;
}
.pages ul li.on a{
	color: #fff;
	background-color: #15126f;
}

/*about-nav*/
.about-nav{
	margin: 0;
	padding: 0;
}
.about-nav li{
	list-style: none;
	border-bottom: #ddd 1px solid;
}
.about-nav li.uk-active a{
    background-color: #1c60a5;
    color: #fff;
}
.about-nav li a{
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.about-nav li a:hover{
	text-decoration: none;
	color: #15126f;
}

.about_video{
	background-color: #e8e7e7;
	padding: 60px 0;
}

.about_shangbiao h3{
	top: 0;
	right: 60px;
}
.about_honor{
	background-image: url(../images/honor_bg.jpg);
	background-size: cover;
	padding: 60px 0;
}
.customer_logo img{
	transition: all 0.4s;
}
.customer_logo img:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* news */
.news_subnav{
	text-align: center;
}
.news_subnav a{
	display: inline-block;
	padding: 10px 40px;
	color: #333;
	border: #ddd 1px solid;
	margin: 0 10px;
}
.news_subnav a.on{
	background-color: #3671cf;
	color: #fff;
}
.news_subnav a:hover{
	text-decoration: none;
}
.news_box h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
.news_box h3 a{
	color: #333;
}
.news_box h3 a:hover{
	text-decoration: none;
}
.news_box p{
	margin-top: 0;
}
.next_page p{
	margin: 0;
	font-size: 14px;
}
.next_page a{
	color: #999;
}

.ser_hotline p{
	font-size: 26px;
	color: #1b5c9c;
}
.ser_hotline_title h2{
	margin-bottom: 0;
	font-weight: bold;
}
.ser_hotline_title span{
	color: #999;
}


.map_title{ 
	position: relative;
	padding-left: 20px;
}
.map_title h4{
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: bold;
}
.map_title p{
	margin-top: 0;
}
.map_title:before{
	content: "";
	display: block;
	width: 4px;
	height: 54px;
	background-color: #1b5c9c;
	position: absolute;
	left: 0;
	top: 0;
}

.map_list{
	border: #ddd 1px solid;
	padding: 30px;
}
.map_list thead td{
	font-weight: bold;
}
.map_nav a{
	font-size: 14px;
	color: #333;
	padding: 5px 12px;
	background-color: #f8f8f8;
}
.map_nav a.on{
	background-color: #1b5c9c;
	color: #fff;
}


.procate_subnav{
	background-color: #1b5c9c;
	width: 100%;
}
.procate_subnav h4{
	color: #fff;
}
.procate_subnav ul{
	padding: 0;
	margin: 0;
}
.procate_subnav ul li{
	list-style: none;
}
.procate_subnav ul li a{
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.procate_subnav ul li a:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.history{
	position: relative;
	min-height: 800px;
}
.history:after{
	content:"";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	min-height: 700px;
	background-color: #1c60a5;
}
.history h4{
	margin-bottom: 6px;
}
.history p{
	font-size: 14px;
	margin: 0;
}
.history .uk-card{
	border-bottom: #999 1px solid;
	padding-bottom: 15px;
}

.qulity_switcher > div{
	display: none;
}
.qulity_switcher > div:first-child{ display: block; }
.ser_switcher_title .uk-card.on .bg{
	background-color: rgba(27,87,186,0.5);
}
.ser_switcher_title .uk-card.on{
	position: relative;
}
.ser_switcher_title .uk-card.on:after{
	content: "";
	width:0;
    height:0;
	border-right:20px solid transparent;
	border-left:20px solid transparent;
	border-bottom:20px solid rgba(27,87,186,0.5);
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
}




.branch-map .map {
    width: 100%;
    height: 100%;
    background: url(../../home/images/index/bg-map.png) no-repeat center;
    position: relative;
}
.branch-map .map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.branch-map .map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #01B7BD;
    border-radius: 50%;
}
.branch-map .map-dot:hover:after, .branch-map .map-dot.cur:after {
    width: 10px;
    height: 10px;
}
.branch-map .map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
}
@keyframes dot{
    0% 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    } 
    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}
/*.branch-map .map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url(../../home/images/index/img-five-star.png) no-repeat center;
}
.branch-map .map-dot.beijing.cur:hover:before, .branch-map .map-dot.beijing.cur:before {
    display: none;
}*/
.beijing {
    left: 585px;
    top: 220px;
}
.tianjin {
    left: 604px;
    top: 234px;
}
.heilongjiang {
    left: 676px;
    top: 106px;
}
.jilin {
    left: 696px;
    top: 167px;
}
.liaoning {
    left: 660px;
    top: 196px;
}
.shanxi {
    left: 540px;
    top: 276px;
}
.hebei {
    left: 575px;
    top: 254px;
}
.shandong {
    left: 610px;
    top: 284px;
}
.shanxi1 {
    left: 502px;
    top: 312px;
}
.henan {
    left: 562px;
    top: 316px;
}
.anhui {
    left: 605px;
    top: 334px;
}
.jiangsu {
    left: 646px;
    top: 316px;
}
.sichuan {
    left: 425px;
    top: 354px;
}
.chongqing {
    left: 495px;
    top: 364px;
}
.hubei {
    left: 555px;
    top: 359px;
}
.shanghai {
    left: 668px;
    top: 341px;
}
.zhejiang {
    left: 655px;
    top: 379px;
}
.fujian {
    left: 625px;
    top: 428px;
}
.jiangxi {
    left: 595px;
    top: 402px;
}
.guangdong {
    left: 575px;
    top: 466px;
}
.hunan {
    left: 545px;
    top: 409px;
}
.guangxi {
    left: 506px;
    top: 461px;
}
.guizhou {
    left: 484px;
    top: 424px;
}
.yunnan {
    left: 405px;
    top: 462px;
}
.branch-map {
    position: relative;
    margin-bottom: 30px;
}
.branch-map .branch-map-l {
    width: 849px;
    height: 575px;
    position: relative;
}
.branch-map .branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #01B7BD;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}
.branch-map .branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #01B7BD transparent transparent;
}
.branch-map .branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}
.branch-map .branch-map-data-title {
    border-bottom: 1px solid #eee;
}
.branch-map .branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.branch-map .branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}
.branch-map .data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}
.branch-map .data-branch:last-child {
    border: none;
}
.branch-map .data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.branch-map .data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.map-dropdown{
	border: #01B7BD 1px solid;
	box-shadow: none;
	overflow-y: auto;
	height: 190px;
	min-width: 350px;
	max-width: 350px;
}
.map-dropdown p{
	font-size: 14px;
	margin: 0;
}
.uk-nav-default > li > a,.uk-nav-default .uk-nav-sub a{
	color: #333;
}
.uk-heading-line > ::before, .uk-heading-line > ::after{
	border-bottom: calc(0.2px + 0.05em) solid #1288fb;
}
.about-counter .uk-grid-divider > :not(.uk-first-column)::before{
	border-left: 1px solid #1288fb;
}
.main-body{
	margin-top: 40px;
}



/*** 手机版样式 ***/
@media(max-width: 960px){
    .m-header{
        background-color: #fff;
        position: relative;
        height: 60px;
    }
    .m-logo{
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .m-menu{
        width: 40px; 
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        padding: 10px;
    }
    .m-menu i{
        color: #000
    }
    .body{
        background-color: #d8d8d8;
    }

    /* 复写样式 */
    .m-header .uk-offcanvas-bar{
        background-color: #222;
    }
    .m-header .uk-nav-default > li{
        border-bottom: #0c0c0c 1px solid;
        border-top: #383737 1px solid;
    }
    .m-header .uk-nav-default > li:first-child{
        border-top: none;
    }
    .m-header .uk-nav-default > li:last-child{
        border-bottom: none;
    }
    .m-header .uk-nav-default > li > a{
        padding: 10px;
    }
    .m-header .uk-nav-default > li.uk-open{
        background-color: #383838;
    }
    .m-header  ul.uk-nav-sub{
        padding: 5px 0 5px 25px;
    }
    .m-header  ul.uk-nav-sub a{
        padding: 6px 0;
    }
    .m-header  .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
        background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
    }
    .m-header  .uk-nav-parent-icon>.uk-parent>a::after {
        content: "";
        width: 1.5em;
        height: 1.5em;
        float: right;
        background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
	.commend-product .card-title{ top: 3%; }
    .commend-product{
        padding: 0 10px;
    }
    .commend-product h3{
        font-size: 14px;
    }
    .commend-product p{
        font-size: 12px;
    }
    .more-commend-slide{
        margin-top: 25px;
    }
    .qulity_switcher{
        padding-left: 30px
    }
    .m-center,.about-counter{
        text-align: center;
    }
    footer{
        text-align: center;
    }
    .m_foot_tel{
        justify-content: center;
    }
    .product_side_body .uk-nav-default > li > a{
        padding: 15px;
    }

    .map_list{
        padding: 0;
        border: none;
    }
    .map_nav a{
        display: inline-block;
        margin-top: 2px;
    }
    .ebook_box{
        border: #ddd 1px solid;
        margin-top: 10px;
        padding: 15px;
    }
    .news_subnav a{
        display: block;
        margin: 0
    }
    .news_list_card h3{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .news_list_card h3 a{
        color: #333;
        font-size: 16px;
        display: inline-block;
        line-height: 20px;
    }
    .news_list_card p{
        font-size: 12px;
        color: #999;
        margin: 0
    }
    .about-nav li a{
        text-align: center;
    }
    .about-nav li.uk-active a{
        color: #fff;
    }

    .ser-img-link h2{
    	font-size: 20px;
    }
    .ser-img-link p{
    	font-size: 16px;
    }
    .about-counter span{
    	font-size: 20px;
    }
    .about-counter p{
    	font-size: 12px;
    }
    .product_switcher_title li a{
    	padding: 6px 10px;
    	font-size: 14px;
    }
    .product_switcher_title{
    	padding-left: 0;
    }
    .down_ebook{
    	font-size: 16px;
    }
    .main-body{
    	margin-top: 0;
    }


}















































